/*! For license information please see index.js.LICENSE.txt */ (()=>{var e={5695:function(e,t,n){e.exports=function(e,t,n,i){"use strict";const o=e=>e&&"object"==typeof e&&"default"in e?e:{default:e},r=o(e),s=o(n),l=o(i),a="5.2.3";class c extends l.default{constructor(e,n){super(),(e=t.getElement(e))&&(this._element=e,this._config=this._getConfig(n),r.default.set(this._element,this.constructor.DATA_KEY,this))}dispose(){r.default.remove(this._element,this.constructor.DATA_KEY),s.default.off(this._element,this.constructor.EVENT_KEY);for(const e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,n,i=!0){t.executeAfterTransition(e,n,i)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return r.default.get(t.getElement(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,"object"==typeof t?t:null)}static get VERSION(){return a}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}return c}(n(493),n(4072),n(9286),n(4705))},8048:function(e,t,n){e.exports=function(e,t,n,i,o,r){"use strict";const s=e=>e&&"object"==typeof e&&"default"in e?e:{default:e},l=s(t),a=s(n),c=s(i),u=s(o),d=s(r),f="carousel",h=".bs.carousel",m=".data-api",p=500,g="next",_="prev",v="left",b="right",y=`slide${h}`,E=`slid${h}`,w=`keydown${h}`,A=`mouseenter${h}`,S=`mouseleave${h}`,T=`dragstart${h}`,x=`load${h}${m}`,$=`click${h}${m}`,C="carousel",O="active",k="slide",L="carousel-item-end",I="carousel-item-start",D="carousel-item-next",j="carousel-item-prev",N=".active",M=".carousel-item",P=N+M,q=".carousel-item img",R=".carousel-indicators",X="[data-bs-slide], [data-bs-slide-to]",W='[data-bs-ride="carousel"]',V={ArrowLeft:b,ArrowRight:v},Q={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},Y={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class F extends d.default{constructor(e,t){super(e,t),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=c.default.findOne(R,this._element),this._addEventListeners(),this._config.ride===C&&this.cycle()}static get Default(){return Q}static get DefaultType(){return Y}static get NAME(){return f}next(){this._slide(g)}nextWhenVisible(){!document.hidden&&e.isVisible(this._element)&&this.next()}prev(){this._slide(_)}pause(){this._isSliding&&e.triggerTransitionEnd(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval((()=>this.nextWhenVisible()),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?l.default.one(this._element,E,(()=>this.cycle())):this.cycle())}to(e){const t=this._getItems();if(e>t.length-1||e<0)return;if(this._isSliding)return void l.default.one(this._element,E,(()=>this.to(e)));const n=this._getItemIndex(this._getActive());if(n===e)return;const i=e>n?g:_;this._slide(i,t[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&l.default.on(this._element,w,(e=>this._keydown(e))),"hover"===this._config.pause&&(l.default.on(this._element,A,(()=>this.pause())),l.default.on(this._element,S,(()=>this._maybeEnableCycle()))),this._config.touch&&u.default.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const e of c.default.find(q,this._element))l.default.on(e,T,(e=>e.preventDefault()));const e={leftCallback:()=>this._slide(this._directionToOrder(v)),rightCallback:()=>this._slide(this._directionToOrder(b)),endCallback:()=>{"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout((()=>this._maybeEnableCycle()),p+this._config.interval))}};this._swipeHelper=new u.default(this._element,e)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;const t=V[e.key];t&&(e.preventDefault(),this._slide(this._directionToOrder(t)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;const t=c.default.findOne(N,this._indicatorsElement);t.classList.remove(O),t.removeAttribute("aria-current");const n=c.default.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);n&&(n.classList.add(O),n.setAttribute("aria-current","true"))}_updateInterval(){const e=this._activeElement||this._getActive();if(!e)return;const t=Number.parseInt(e.getAttribute("data-bs-interval"),10);this._config.interval=t||this._config.defaultInterval}_slide(t,n=null){if(this._isSliding)return;const i=this._getActive(),o=t===g,r=n||e.getNextActiveElement(this._getItems(),i,o,this._config.wrap);if(r===i)return;const s=this._getItemIndex(r),a=e=>l.default.trigger(this._element,e,{relatedTarget:r,direction:this._orderToDirection(t),from:this._getItemIndex(i),to:s});if(a(y).defaultPrevented)return;if(!i||!r)return;const c=Boolean(this._interval);this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(s),this._activeElement=r;const u=o?I:L,d=o?D:j;r.classList.add(d),e.reflow(r),i.classList.add(u),r.classList.add(u);const f=()=>{r.classList.remove(u,d),r.classList.add(O),i.classList.remove(O,d,u),this._isSliding=!1,a(E)};this._queueCallback(f,i,this._isAnimated()),c&&this.cycle()}_isAnimated(){return this._element.classList.contains(k)}_getActive(){return c.default.findOne(P,this._element)}_getItems(){return c.default.find(M,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return e.isRTL()?t===v?_:g:t===v?g:_}_orderToDirection(t){return e.isRTL()?t===_?v:b:t===_?b:v}static jQueryInterface(e){return this.each((function(){const t=F.getOrCreateInstance(this,e);if("number"!=typeof e){if("string"==typeof e){if(void 0===t[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);t[e]()}}else t.to(e)}))}}return l.default.on(document,$,X,(function(t){const n=e.getElementFromSelector(this);if(!n||!n.classList.contains(C))return;t.preventDefault();const i=F.getOrCreateInstance(n),o=this.getAttribute("data-bs-slide-to");return o?(i.to(o),void i._maybeEnableCycle()):"next"===a.default.getDataAttribute(this,"slide")?(i.next(),void i._maybeEnableCycle()):(i.prev(),void i._maybeEnableCycle())})),l.default.on(window,x,(()=>{const e=c.default.find(W);for(const t of e)F.getOrCreateInstance(t)})),e.defineJQueryPlugin(F),F}(n(4072),n(9286),n(3175),n(8737),n(2814),n(5695))},493:function(e){e.exports=function(){"use strict";const e=new Map;return{set(t,n,i){e.has(t)||e.set(t,new Map);const o=e.get(t);o.has(n)||0===o.size?o.set(n,i):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(o.keys())[0]}.`)},get:(t,n)=>e.has(t)&&e.get(t).get(n)||null,remove(t,n){if(!e.has(t))return;const i=e.get(t);i.delete(n),0===i.size&&e.delete(t)}}}()},9286:function(e,t,n){e.exports=function(e){"use strict";const t=/[^.]*(?=\..*)\.|.*/,n=/\..*/,i=/::\d+$/,o={};let r=1;const s={mouseenter:"mouseover",mouseleave:"mouseout"},l=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function a(e,t){return t&&`${t}::${r++}`||e.uidEvent||r++}function c(e){const t=a(e);return e.uidEvent=t,o[t]=o[t]||{},o[t]}function u(e,t){return function n(i){return b(i,{delegateTarget:e}),n.oneOff&&v.off(e,i.type,t),t.apply(e,[i])}}function d(e,t,n){return function i(o){const r=e.querySelectorAll(t);for(let{target:s}=o;s&&s!==this;s=s.parentNode)for(const l of r)if(l===s)return b(o,{delegateTarget:s}),i.oneOff&&v.off(e,o.type,t,n),n.apply(s,[o])}}function f(e,t,n=null){return Object.values(e).find((e=>e.callable===t&&e.delegationSelector===n))}function h(e,t,n){const i="string"==typeof t,o=i?n:t||n;let r=_(e);return l.has(r)||(r=e),[i,o,r]}function m(e,n,i,o,r){if("string"!=typeof n||!e)return;let[l,m,p]=h(n,i,o);if(n in s){const e=e=>function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)};m=e(m)}const g=c(e),_=g[p]||(g[p]={}),v=f(_,m,l?i:null);if(v)return void(v.oneOff=v.oneOff&&r);const b=a(m,n.replace(t,"")),y=l?d(e,i,m):u(e,m);y.delegationSelector=l?i:null,y.callable=m,y.oneOff=r,y.uidEvent=b,_[b]=y,e.addEventListener(p,y,l)}function p(e,t,n,i,o){const r=f(t[n],i,o);r&&(e.removeEventListener(n,r,Boolean(o)),delete t[n][r.uidEvent])}function g(e,t,n,i){const o=t[n]||{};for(const r of Object.keys(o))if(r.includes(i)){const i=o[r];p(e,t,n,i.callable,i.delegationSelector)}}function _(e){return e=e.replace(n,""),s[e]||e}const v={on(e,t,n,i){m(e,t,n,i,!1)},one(e,t,n,i){m(e,t,n,i,!0)},off(e,t,n,o){if("string"!=typeof t||!e)return;const[r,s,l]=h(t,n,o),a=l!==t,u=c(e),d=u[l]||{},f=t.startsWith(".");if(void 0===s){if(f)for(const n of Object.keys(u))g(e,u,n,t.slice(1));for(const n of Object.keys(d)){const o=n.replace(i,"");if(!a||t.includes(o)){const t=d[n];p(e,u,l,t.callable,t.delegationSelector)}}}else{if(!Object.keys(d).length)return;p(e,u,l,s,r?n:null)}},trigger(t,n,i){if("string"!=typeof n||!t)return null;const o=e.getjQuery();let r=null,s=!0,l=!0,a=!1;n!==_(n)&&o&&(r=o.Event(n,i),o(t).trigger(r),s=!r.isPropagationStopped(),l=!r.isImmediatePropagationStopped(),a=r.isDefaultPrevented());let c=new Event(n,{bubbles:s,cancelable:!0});return c=b(c,i),a&&c.preventDefault(),l&&t.dispatchEvent(c),c.defaultPrevented&&r&&r.preventDefault(),c}};function b(e,t){for(const[n,i]of Object.entries(t||{}))try{e[n]=i}catch(t){Object.defineProperty(e,n,{configurable:!0,get:()=>i})}return e}return v}(n(4072))},3175:function(e){e.exports=function(){"use strict";function e(e){if("true"===e)return!0;if("false"===e)return!1;if(e===Number(e).toString())return Number(e);if(""===e||"null"===e)return null;if("string"!=typeof e)return e;try{return JSON.parse(decodeURIComponent(e))}catch(t){return e}}function t(e){return e.replace(/[A-Z]/g,(e=>`-${e.toLowerCase()}`))}return{setDataAttribute(e,n,i){e.setAttribute(`data-bs-${t(n)}`,i)},removeDataAttribute(e,n){e.removeAttribute(`data-bs-${t(n)}`)},getDataAttributes(t){if(!t)return{};const n={},i=Object.keys(t.dataset).filter((e=>e.startsWith("bs")&&!e.startsWith("bsConfig")));for(const o of i){let i=o.replace(/^bs/,"");i=i.charAt(0).toLowerCase()+i.slice(1,i.length),n[i]=e(t.dataset[o])}return n},getDataAttribute:(n,i)=>e(n.getAttribute(`data-bs-${t(i)}`))}}()},8737:function(e,t,n){e.exports=function(e){"use strict";return{find:(e,t=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(t,e)),findOne:(e,t=document.documentElement)=>Element.prototype.querySelector.call(t,e),children:(e,t)=>[].concat(...e.children).filter((e=>e.matches(t))),parents(e,t){const n=[];let i=e.parentNode.closest(t);for(;i;)n.push(i),i=i.parentNode.closest(t);return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(t){const n=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((e=>`${e}:not([tabindex^="-"])`)).join(",");return this.find(n,t).filter((t=>!e.isDisabled(t)&&e.isVisible(t)))}}}(n(4072))},4705:function(e,t,n){e.exports=function(e,t){"use strict";const n=(e=>e&&"object"==typeof e&&"default"in e?e:{default:e})(t);class i{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(t,i){const o=e.isElement(i)?n.default.getDataAttribute(i,"config"):{};return{...this.constructor.Default,..."object"==typeof o?o:{},...e.isElement(i)?n.default.getDataAttributes(i):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,n=this.constructor.DefaultType){for(const i of Object.keys(n)){const o=n[i],r=t[i],s=e.isElement(r)?"element":e.toType(r);if(!new RegExp(o).test(s))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${i}" provided type "${s}" but expected type "${o}".`)}}}return i}(n(4072),n(3175))},4072:function(e,t){!function(e){"use strict";const t=1e6,n=1e3,i="transitionend",o=e=>null==e?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),r=e=>{do{e+=Math.floor(Math.random()*t)}while(document.getElementById(e));return e},s=e=>{let t=e.getAttribute("data-bs-target");if(!t||"#"===t){let n=e.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),t=n&&"#"!==n?n.trim():null}return t},l=e=>{const t=s(e);return t&&document.querySelector(t)?t:null},a=e=>{const t=s(e);return t?document.querySelector(t):null},c=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:i}=window.getComputedStyle(e);const o=Number.parseFloat(t),r=Number.parseFloat(i);return o||r?(t=t.split(",")[0],i=i.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(i))*n):0},u=e=>{e.dispatchEvent(new Event(i))},d=e=>!(!e||"object"!=typeof e)&&(void 0!==e.jquery&&(e=e[0]),void 0!==e.nodeType),f=e=>d(e)?e.jquery?e[0]:e:"string"==typeof e&&e.length>0?document.querySelector(e):null,h=e=>{if(!d(e)||0===e.getClientRects().length)return!1;const t="visible"===getComputedStyle(e).getPropertyValue("visibility"),n=e.closest("details:not([open])");if(!n)return t;if(n!==e){const t=e.closest("summary");if(t&&t.parentNode!==n)return!1;if(null===t)return!1}return t},m=e=>!e||e.nodeType!==Node.ELEMENT_NODE||!!e.classList.contains("disabled")||(void 0!==e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled")),p=e=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){const t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?p(e.parentNode):null},g=()=>{},_=e=>{e.offsetHeight},v=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,b=[],y=e=>{"loading"===document.readyState?(b.length||document.addEventListener("DOMContentLoaded",(()=>{for(const e of b)e()})),b.push(e)):e()},E=()=>"rtl"===document.documentElement.dir,w=e=>{y((()=>{const t=v();if(t){const n=e.NAME,i=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=i,e.jQueryInterface)}}))},A=e=>{"function"==typeof e&&e()},S=(e,t,n=!0)=>{if(!n)return void A(e);const o=5,r=c(t)+o;let s=!1;const l=({target:n})=>{n===t&&(s=!0,t.removeEventListener(i,l),A(e))};t.addEventListener(i,l),setTimeout((()=>{s||u(t)}),r)},T=(e,t,n,i)=>{const o=e.length;let r=e.indexOf(t);return-1===r?!n&&i?e[o-1]:e[0]:(r+=n?1:-1,i&&(r=(r+o)%o),e[Math.max(0,Math.min(r,o-1))])};e.defineJQueryPlugin=w,e.execute=A,e.executeAfterTransition=S,e.findShadowRoot=p,e.getElement=f,e.getElementFromSelector=a,e.getNextActiveElement=T,e.getSelectorFromElement=l,e.getTransitionDurationFromElement=c,e.getUID=r,e.getjQuery=v,e.isDisabled=m,e.isElement=d,e.isRTL=E,e.isVisible=h,e.noop=g,e.onDOMContentLoaded=y,e.reflow=_,e.toType=o,e.triggerTransitionEnd=u,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}(t)},2814:function(e,t,n){e.exports=function(e,t,n){"use strict";const i=e=>e&&"object"==typeof e&&"default"in e?e:{default:e},o=i(e),r=i(t),s="swipe",l=".bs.swipe",a=`touchstart${l}`,c=`touchmove${l}`,u=`touchend${l}`,d=`pointerdown${l}`,f=`pointerup${l}`,h="touch",m="pen",p="pointer-event",g=40,_={endCallback:null,leftCallback:null,rightCallback:null},v={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class b extends o.default{constructor(e,t){super(),this._element=e,e&&b.isSupported()&&(this._config=this._getConfig(t),this._deltaX=0,this._supportPointerEvents=Boolean(window.PointerEvent),this._initEvents())}static get Default(){return _}static get DefaultType(){return v}static get NAME(){return s}dispose(){r.default.off(this._element,l)}_start(e){this._supportPointerEvents?this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX):this._deltaX=e.touches[0].clientX}_end(e){this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX-this._deltaX),this._handleSwipe(),n.execute(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){const e=Math.abs(this._deltaX);if(e<=g)return;const t=e/this._deltaX;this._deltaX=0,t&&n.execute(t>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(r.default.on(this._element,d,(e=>this._start(e))),r.default.on(this._element,f,(e=>this._end(e))),this._element.classList.add(p)):(r.default.on(this._element,a,(e=>this._start(e))),r.default.on(this._element,c,(e=>this._move(e))),r.default.on(this._element,u,(e=>this._end(e))))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType===m||e.pointerType===h)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}return b}(n(4705),n(9286),n(4072))},634:(e,t,n)=>{"use strict";n.r(t);var i=n(8048),o=n.n(i);$(document).ready((function(){document.querySelectorAll(".carousel-v2").forEach((e=>{new(o())(e,{interval:!1});const t=document.querySelector(".carousel-v2 .carousel-inner"),n=document.querySelectorAll(".carousel-v2 .carousel-item");let i=0,r=1;const s=()=>{n.forEach(((e,t)=>{null!=e&&e.classList.toggle("active",t==r-1)}))},l=document.querySelectorAll(".carousel-indicators-desktop li");function a(){const e=document.querySelectorAll(".carousel-indicators-desktop li");if(e.length>0){const t=e[0],n=e[e.length-1],i=document.querySelector(".carousel-v2 .carousel-control-next"),o=document.querySelector(".carousel-v2 .carousel-control-prev");t.classList.contains("active")?o&&o.classList.add("d-none"):o&&o.classList.remove("d-none"),n.classList.contains("active")?i&&i.classList.add("d-none"):i&&i.classList.remove("d-none")}}l.forEach((e=>{e.addEventListener("click",(()=>{const i=n[0].offsetWidth,o=parseInt(e.getAttribute("data-indicator-click"));r=o;const a=i*o;t.scrollTo({left:a,behavior:"smooth"}),s(),l.forEach((e=>e.classList.remove("active"))),e.classList.add("active")}))})),document.querySelector(".carousel-v2 .carousel-control-next").addEventListener("click",(()=>{const e=n[0].offsetWidth,o=document.querySelector("li.indicator.active");o.classList.remove("active");const l=o?o.nextElementSibling:null;if(null!=l){l.classList.add("active");const n=parseInt(l.getAttribute("data-indicator-click"));r=n,i=e*n,t.scrollTo({left:i,behavior:"smooth"}),s()}})),document.querySelector(".carousel-v2 .carousel-control-prev").addEventListener("click",(function(){const e=n[0].offsetWidth,o=document.querySelector("li.indicator.active");o.classList.remove("active");const l=o?o.previousElementSibling:null;if(null!=l){l.classList.add("active");const n=parseInt(l.getAttribute("data-indicator-click"));r=n,i=e*n,t.scrollTo({left:i,behavior:"smooth"}),s()}}));const c=new MutationObserver((e=>{e.forEach((e=>{"class"===e.attributeName&&a()}))}));l.forEach((e=>{c.observe(e,{attributes:!0})})),a()}))}))}},t={};function n(i){var o=t[i];if(void 0!==o)return o.exports;var r=t[i]={exports:{}};return e[i].call(r.exports,r,r.exports,n),r.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i);n(634);$((()=>{new URLSearchParams(window.location.search).get("expiredCheckout")&&$("#orcamentoExpirado").modal("show");const e=$(".container").width();$(".comment").width(e+"px"),$(window).width()<500&&($(".comment iframe").width($(window).width()),$(".comment").width($(window).width())),$(".depoimento-external .fechar").on("click",(function(e){e.preventDefault(),$(".depoimento-external").hide(),$(".depoimento-external .whatsapp, .depoimento-external .instagram, .depoimento-external .facebook").hide(),$(".instagram-video").each((function(){$(this)[0].pause()}))})),$((()=>{$(".comment").width("auto")}))})),$("#alertSeguro").on("close.bs.alert",(function(){$(".navbar-dok").css({"margin-top":"0"})}))})()})();